DataCollection | ComponentOne
C1.DataCollection.EntityFrameworkCore Assembly / C1.DataCollection.EntityFrameworkCore Namespace / C1EntityFrameworkCoreVirtualDataCollection<T> Class / CanReplace Method
This parameter is ignored.
The item that would be replaced.

In This Topic
    CanReplace Method (C1EntityFrameworkCoreVirtualDataCollection<T>)
    In This Topic
    Determines whether the item at the specified index can be replaced in the collection.
    Syntax
    'Declaration
     
    Public Overrides Function CanReplace( _
       ByVal index As Integer, _
       ByVal item As T _
    ) As Boolean
    public override bool CanReplace( 
       int index,
       T item
    )

    Parameters

    index
    This parameter is ignored.
    item
    The item that would be replaced.
    See Also